home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / porttool.zip / LD.MAN < prev    next >
Text File  |  1992-12-03  |  2KB  |  53 lines

  1.  
  2.    NNAAMMEE
  3.       ld - link editor
  4.  
  5.    SSYYNNOOPPSSIISS
  6.       lldd [ -DghKMst ] [ -F_# ] [ -L_d_i_r ] [ -m_m_o_d ] [ -o _n_a_m_e ] file ...
  7.  
  8.    DDEESSCCRRIIPPTTIIOONN
  9.       lldd combines several object modules into a single program by running
  10.       one of the standard linkers (TLINK or LINK).
  11.  
  12.       The argument modules are concatenated in the order specified.  This
  13.       is accomplished by preparing a link script in a temporary file, and
  14.       passing this link script to the chosen linker.  The link script is
  15.       constructed specifically to fit the chosen linker.
  16.  
  17.       lldd recognizes extended command lines (more than 126 characters)
  18.       passed via the "@name" command line syntax or in the environment
  19.       using the MKS(tm) technique.  This makes lldd very useful with Dennis
  20.       Vadura's DMAKE program, as long lists of object files may be given
  21.       as arguments to lldd.
  22.  
  23.    OOPPTTIIOONNSS
  24.       --DD       Produce debugging output.  The link script is written to
  25.                the standard output, and is not executed.
  26.  
  27.       --gg       Include debugging information in the output program
  28.                (default).
  29.  
  30.       --hh       Produce a brief help message.
  31.  
  32.       --KK       Use LINK instead of TLINK.
  33.  
  34.       --MM       Create a map file including public symbols and segments.
  35.  
  36.       --ss       Strip all debugging information.
  37.  
  38.       --tt       Use TLINK instead of LINK (default).
  39.  
  40.       --FF_#      Set the stack size to _# bytes (LINK only).
  41.  
  42.       --LL_d_i_r    Add _d_i_r to the list of directories searched for libraries.
  43.                The default directory is \BORLANDC\LIB.
  44.  
  45.       --mm_m_o_d    Select the memory model _m_o_d, which may be either upper or
  46.                lower case.  Acceptable values are one of ttssmmccllhh for
  47.                Borland C, or SSMMCCLLHH for Microsoft C.
  48.  
  49.       --oo _n_a_m_e  Write the output program to the file _n_a_m_e.  The normal
  50.                .EXE extension is added by default.
  51.  
  52.    CCooppyyrriigghhtt  ((cc))  11999922    FFrraannkk  EE..  WWhhaalleeyy    AAllll  rriigghhttss  rreesseerrvveedd
  53.